home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / comp.lang.tcl-bibliography < prev    next >
Encoding:
Text File  |  1995-04-11  |  60.8 KB  |  1,573 lines

  1. Archive-name: tcl-faq/bibliography/part1
  2. Version: 1.4
  3. Last-modified: February 13, 1995
  4. Posting-Frequency: monthly
  5.  
  6. This is the Tcl bibliography, covering published and semi-published
  7. articles and other sources of information about Tcl, Tk, and
  8. associated packages, extensions, and applications.  It has been
  9. uploaded to the Alcatel archive (ftp.aud.alcatel.com) and should soon
  10. be moved into the /tcl/docs directory.
  11.  
  12. There are loads of new entries, partly because it's been about three 
  13. months since the last update, but also because there's been a lot of
  14. activity.
  15.  
  16. This bibliography was originally sections V.A-V.B of part 1 of Larry
  17. W. Virden's comp.lang.tcl FAQ, which has been split into multiple
  18. documents.
  19.  
  20. If you know of any other articles, online documents, or other similar
  21. resources related to Tcl, and especially if you write them, please let
  22. me know about them:
  23.  
  24.     Glenn Vanderburg <glv@utdallas.edu>
  25.  
  26. Information about inaccuracies in the bibliography is also welcome.
  27.  
  28. I plan to work on the formatting of this bibliography, to make it
  29. easier to browse, and I also plan to make it available in other forms
  30. besides plain text; however, I will not predict when this might
  31. happen.
  32.  
  33.  
  34.  
  35. Overview:
  36.  
  37. A. The Seminal Papers
  38. B. The Expect distribution
  39. C. Miscellaneous other online materials
  40. D. Published articles, books, and similarly available resources
  41.  
  42.  
  43. New items:
  44.  
  45. C.75-87: Twelve papers from the Second World Wide Web Conference.
  46. C.88: David Martland's tutorial introduction to Tcl and Tk on the Web.
  47. C.89: Wayne Christopher's collection of comparisons between Tcl and others.
  48. C.90: Michael B. Johnson's Ph.D. thesis, "WavesWorld".
  49. C.91: Paper on Object Tcl, by Wetherall and Lindblad.
  50. C.92-95: Various papers on VuSystem and ViewStation.
  51. C.96: Will Morse's Tcl/Tk and Expect Tutorial.
  52. C.97-102: Five papers from the USENIX Very High Level Languages Symposium.
  53. C.103: John Ousterhout's home page.
  54. C.104: Slides from John Ousterhout's 1995 USENIX talk.
  55. C.105: GroupKit Web page.
  56. C.106: Adam Sah's critique of Tcl.
  57. C.107: Summary of the Tcl and Tk BOF at the 1995 USENIX.
  58. D.34: Linux Journal article on Tcl and Tk by Matt Welsh.
  59. D.35: Michael B. Johnson's MIT SMVS thesis, "Build-a-Dude".
  60.  
  61.  
  62. Changed items:
  63.  
  64. C.31: Updated the URL for the SIMON page.
  65. C.34: Updated the URL for Wade Holst's HyperTcl page.
  66. C.70: Added pointer to archives of "Why you should not use Tcl" debate.
  67. D.23: New draft and publication information for Brent Welch's book.
  68. D.31: Don Libes' _Exploring Expect_ is now available.
  69. D.36: _How to Manage Your Network Using SNMP_, by Rose and McCloghrie.
  70. D.37: "Access to Graphical Interfaces for Blind Users" in _interactions_.
  71.  
  72.  
  73. ----------------------------------------------------------------------
  74.  
  75. ------------------------------
  76.  
  77. A. The Seminal Papers
  78.  
  79. John Ousterhout, the author of Tcl and Tk, presented these two papers
  80. at USENIX conferences.  They are somewhat out of date as far as the
  81. technical details go, but they remain interesting and useful.
  82.  
  83. 1. Ousterhout, J.K., (1990) ``TCL: An Embeddable Command Language'', in
  84. the Proceedings of the 1990 Winter USENIX Conference, pp 133-146.
  85.  
  86. ftp://ftp.cs.berkeley.edu/ucb/tcl/tclUsenix90.ps
  87.  
  88. 2.Ousterhout, J.K., (1991) ``An X11 Toolkit Based on the TCL Language'',
  89. in the Proceedings of the 1991 Winter USENIX Conference, pp 105-115.
  90.  
  91. ftp://ftp.cs.berkeley.edu/ucb/tcl/tkUsenix91.ps
  92. ftp://ftp.cs.berkeley.edu/ucb/tcl/tkF10.ps
  93.  
  94. (The last of these files is the contents of Figure 10 of the Tk paper)
  95.  
  96. If you have trouble retrieving the papers via FTP or printing them,
  97. send bmiller@cs.berkeley.edu your U.S. Mail address and he will mail
  98. you paper copies.
  99.  
  100.  
  101. B. The Expect distribution
  102.  
  103.     With the Expect distribution, there are several Postscript documents
  104. available which have been published.
  105.  
  106. 1. "Curing Those Uncontrollable Fits of Interaction", Don Libes, Proceedings
  107. of the Summer 1990 USENIX Conference, Anaheim, CA, June 11-15, 1990.  
  108.  
  109.     This paper is discussion of implementation, philosophy, and design.  
  110.     Its address is:
  111.  
  112. ftp://ftp.cme.nist.gov/pub/expect/seminal.ps.Z 
  113.  
  114. 2. "Using expect to Automate System Administration Tasks", Don Libes, 
  115. Proceedings of the 1990 USENIX Large Systems Administration Conference (LISA)
  116. IV, Colorado Springs, CO, October 17-19, 1990.  
  117.  
  118.     This paper is discussion and examples specifically aimed at system 
  119.     administrators.  The address of this paper is:
  120.  
  121. ftp://ftp.cme.nist.gov/pub/expect/sysadm.ps.Z
  122.  
  123. 3. "expect: Scripts for Controlling Interactive Programs", Don Libes, Computing
  124. Systems, Vol. 4, No. 2, University of California Press Journals, 1991.
  125.  
  126.     A comprehensive paper of example scripts.  This paper's address is:
  127.  
  128. ftp://ftp.cme.nist.gov/pub/expect/scripts.ps.Z
  129.  
  130. 4. "Regression Testing and Conformance Testing Interactive Programs",
  131. Don Libes, Proceedings of the Summer 1992 USENIX Conference, San Antonio, CA,
  132. June 8-12, 1992. 
  133.  
  134.     This paper discusses the application of expect to the verification
  135.     of software.  This paper's address is:
  136.  
  137. ftp://ftp.cme.nist.gov/pub/expect/regress.ps.Z
  138.  
  139. 5. See above for "A Debugger for Tcl Applications" reference.
  140.  
  141. ftp://ftp.cme.nist.gov/pub/expect/tcl-debug.ps.Z
  142.  
  143. 6. "Kibitz - Connecting Multiple Interactive Programs Together",
  144. Don Libes, Software - Practice & Experience, John Wiley & Sons, West
  145. Susses, England, Vol. 23, No. 5, May 1993.
  146.  
  147.     This paper is a discussion of using Tcl and Expect to connect multiple
  148.     interactive programs together.  This paper's address is:
  149.  
  150. ftp://ftp.cme.nist.gov/pub/expect/kibitz.ps.Z
  151.  
  152. 7. "X Wrappers for Non-Graphic Interactive Programs", Don Libes,
  153. draft for Xhibition 94.
  154.  
  155.     This paper discusses encapsulating standard command interfaces
  156. into a graphical user interface.  This paper's address is:
  157.  
  158. ftp://ftp.cme.nist.gov/pub/expet/expectk.ps.Z
  159.  
  160. C. Miscellaneous other online materials
  161.  
  162. 1. The ftp address for a Quick Reference TeX guide, updated recently
  163. to Tcl 7.3 is:
  164.  
  165. ftp://ftp.aud.alcatel.com/tcl/docs/QuickRef.tar.gz 
  166.  
  167. Many thanks to "Jeff Tranter" <Jeff.Tranter@software.mitel.com> for 
  168. contributing it.
  169.  
  170. 2. PostScript versions of some (out-of-date) man pages were provided by 
  171. "Adrian Ho" <adrianho@nii.ncb.gov.sg>.  The addresses for these are:
  172.  
  173. ftp://gatekeeper.dec.com/pub/UCB/tcl/barkley/docs/tcl6.3.manps.tar.Z
  174. ftp://gatekeeper.dec.com/pub/UCB/tcl/barkley/docs/tclX6.2b.manps.tar.Z
  175. ftp://gatekeeper.dec.com/pub/UCB/tcl/barkley/docs/tk2.1.manps.tar.Z
  176.  
  177. 3. An early draft of the Ousterhout text book was available on the net.
  178.  
  179.     The section dealing with writing Tcl scripts is:
  180. ftp://ftp.cs.berkeley.edu/ucb/tcl/book.p1.ps.Z 
  181.  
  182.     The section dealing with writing Tcl scripts for Tk is:
  183. ftp://ftp.cs.berkeley.edu/ucb/tcl/book.p2.ps.Z 
  184.  
  185.     The section dealing with writing Tcl applications in C is:
  186. ftp://ftp.cs.berkeley.edu/ucb/tcl/book.p3.ps.Z 
  187.  
  188.     The section dealing with writing Tk widgets and geometry managers
  189. in C is:
  190. ftp://ftp.cs.berkeley.edu/ucb/tcl/book.p4.ps.Z 
  191.  
  192. The first two parts are about 130 pages in length and the third and fourth
  193. parts are less than 70 pages in length each.  This is ONLY a draft and is not
  194. permitted to be redistributed.
  195.  
  196. 4. A series of PostScript slides used in a tutorial on Tcl and Tk at
  197. the 1993 X Conference are available as:
  198.  
  199. ftp://ftp.cs.berkeley.edu/ucb/tcl/tut.tar.Z
  200.  
  201. 5. A set of Postscript files collected for the Tcl 93 workshop proceedings
  202. is available as:
  203.  
  204. ftp://ftp.aud.alcatel.com/tcl/workshop/1993/tcl93-proceedings.tar.gz
  205.  
  206.     This file contains the following papers:
  207.  
  208. a. "A Debugger for Tcl Applications", by Don Libes, National Institute
  209. of Standards and Technology.
  210.  
  211.     Describes a debugger for Tcl applications.
  212.  
  213. b. "A Compiler for the Tcl Language", by Adam Sah and Jon Blow, University
  214. of California, Berkeley, CA.
  215.  
  216.     A discussion of the design issues for providing a compiler for the Tcl
  217.     language.
  218.  
  219. c. "[incr tcl] - Object-Oriented Programming in TCL", by Michael J. McLennan,
  220. AT&T Bell Laboratories, Allentown, PA.
  221.  
  222.     Describes a set of extensions for organizing Tcl procedures and
  223. data into packages.
  224.  
  225. d. "CASTE: A class system for Tcl", by Michael S. Braverman, University of
  226. California, Berkeley, CA.
  227.  
  228.     Introduces a structured object class extension for Tcl.
  229.  
  230. e. "Interfacing an Object-Oriented Database System from Tcl", by 
  231. Dietmar Theobald, Forschungszentrum Informatik, Karlsruhe Germany
  232.  
  233.     A generic interface extension to an object-oriented database.
  234.  
  235. f. "Tcl Distributed Programming", by Brian C. Smith, Lawrence A. Rowe, and
  236. Stephen C. Yen, University of California, Berkeley, CA.
  237.  
  238.     Introduces the Tcl-DP extension to Tcl.
  239.  
  240. g. "Cooperating Applications through Tcl/Tk and DCE", by David Richardson,
  241. University of Michigan
  242.  
  243.     Description of integrating Tcl/Tk into Open Software Foundation's
  244. Distributed Computing Environment.
  245.  
  246. h. "NeoSoft Whiteboard - A framework for Internet-based Collaboration",
  247. by Karl Lehenbauer, Ellyn Mustard, NeoSoft, Inc., Brad Morrison,
  248. Paranet, Inc.
  249.  
  250.     Describes a generic groupware framework using Tcl/Tk.
  251.  
  252. i. "Tcl/Tk as a Basis for Groupware", by Mark Roseman, University of Calgary,
  253. Alberta Canada
  254.  
  255.     Why Tcl/Tk provides a good environment for groupware developers. 
  256.  
  257. j. "Tcl and Tk Use in the Artifact Based Collaboration System", by
  258. John Menges and Mark Parris, University of North Carolina.
  259.  
  260.     Describes a collaboration system being built at UNC whose user
  261. interfaces are based on Tk.
  262.  
  263. k. "Ak: An Audio Toolkit for Tcl/Tk", by Andrew C. Payne, formerly of
  264. Digital Equipment Corporation, Cambridge Research Lab, presently
  265. of OpenMarket.
  266.  
  267.     Describes Ak, an audio extension for Tcl build on the AudioFile
  268. System.
  269.  
  270. l. "A Tcl/Tk Continuous Media Player", by Brian C. Smith, Lawrence A. Rowe, and
  271. Stephen C. Yen, University of California, Berkeley, CA.
  272.  
  273.     A Tk application that supports playback of live digital audio and
  274.     video on a Unix workstation.
  275.  
  276. m. "Tcl in a High-Throughput Biological Lab", by Scott P. Hunicke-Smith &
  277. Dan Mosedale, Stanford Yeast Genome Project
  278.  
  279.     Description of use of Tcl based control of a laboratory robot.
  280.  
  281. n. "Autonomous Knowledge Agents - How Agents use the Tool Command Language",
  282. by Raymond W. Johnson, Lockheed Missiles and Space Corporation, Palo Alto,
  283. CA.
  284.  
  285.     Descriptions of traits of a software agent and how one of these
  286. traits led to the use of Tcl.
  287.  
  288. o. "Implementing a Visualization of an Industrial Productions Cell Using
  289. Tcl/Tk", by Arthur Brauer, Claus Lewerentz, and Thomas Lindner,
  290. Forschungszentrum Informatik, Karlsruhe Germany.
  291.  
  292.     Discussion of a complex animated simulation written using Tk/Tcl.
  293.  
  294. p. "Writing Object-oriented Tcl-based Systems using Objectify", by 
  295. Wayne A. Christopher, University of California, Berkeley, CA.
  296.  
  297.     Describes Objectify, a facility for integrating C++ classes into
  298.     Tcl-based systems.
  299.  
  300. q. "Use of Tcl/Tk in DTS, an Interactive Optimization and Scheduling System",
  301. by Benjamin Fried, Aleks Gollu and Othar Hansson, Heuristicrats Research Inc.
  302.  
  303.     An abstract of the work being done with Tcl in a NASA scheduling
  304. system.
  305.  
  306. r. "Embedding a Scheme Interpreter in the Tk Toolkit", by
  307. Erick Gallesio, Valbonne, France.
  308.  
  309.     Describes STk, which is a Tk package with Scheme replacing Tcl.
  310.  
  311. s. "The Next, Best Thing in File Browsers", by Michael A. Harrison,
  312. Thomas A. Phelps, University of California, Berkeley, CA.
  313.  
  314.     Describes NBT, an extended NeXTSTEP file selection box.
  315.  
  316. t. "Tcl/Tk - An Integration Vehicle for the Microwave/Millimeter-Wave
  317. Pilot Sites (MMPS)", by Kevin B. Kenny, Brion D. Sarachan,
  318. Robert N. Sum Jr., and Wayne H. Uejio, GE Corporate R&D.
  319.  
  320.     Describes developing wrappes for commercial vendor
  321. applications like FrameMaker (R) and Xess (R).
  322.  
  323. u. "Generalising a File Manager into an Address Book and Other Things",
  324. by J. D. Newmarch, University of Canberra, Australia
  325.  
  326.     Describing a redesign of an X file manager to allow the best
  327. features of a command line environment and a graphical interface.
  328.  
  329. v. "Noosa: Execution Monitoring using Tcl and Tk", by Anthony M. Sloane,
  330. University of Colorado.
  331.  
  332.     An overview of an event-based execution monitoring system.
  333.  
  334. w. "An Interactive Compiler Development System", by Gary S. Tyson,
  335. Robert J. Shaw and Matthew K. Farrens, University of California, Davis, CA.
  336.  
  337.     Describes an interactive graphical optimizer.
  338.  
  339. 6. A second set of Postscript files consisting primarily of overhead slides
  340. is available as:
  341.  
  342. ftp://ftp.aud.alcatel.com/tcl/workshop/1993/tcl93-proceedings2.tar.gz
  343.  
  344.     This file (tcl93-proceedings2) contains the following slides:
  345.  
  346. a. "Cooperating Applications through Tcl/Tk and DCE", by David Richardson,
  347. University of Michigan.
  348.  
  349. b. "Ak An Audio Toolkit for Tcl & Tk", by Andrew Payne, formerly of 
  350. Digital Equipment Corporation, Cambridge Research Laboratory, currently of
  351. OpenMarket.
  352.  
  353. c. "Tcl Distributed Programming", by Brian C. Smith, Lawrence A. Rowe,
  354. Stephen C. Yen, University of California at Berkeley.
  355.  
  356. d. "Supervisory Control Language - Applying Tcl to the Realtime Arena"
  357. presentation by Computerized Processes Unlimited, Inc.
  358.  
  359. e. "Tcl / Tk as a Basis for Groupware" by Mark Roseman
  360.  
  361.     This file (tcl93-proceedings2) contains the PostScript for the paper:
  362.  
  363. f. "A Table Manager for Tk", by G. A. Howlett <George.A.Howlett@att.com>,
  364. ATT.
  365.  
  366.     This file (tcl93-proceedings2) also contains the slides and
  367. "minutes" from John Ousterhout's four "Future Directions for Tcl and
  368. Tk" sessions at the workshop:
  369.  
  370. g. Future directions: goals for discussion and possible topics
  371.  
  372. h. Future directions issue #1: managing extensions
  373.  
  374. i. Future directions issue #2: evaluating untrusted scripts
  375.  
  376. j. Future directions issue #3: improving the Tk binding mechanism
  377.  
  378. 7. The Tcl Compiler (TC) Frequently Asked Questions by Adam Sah
  379. <asah@cs.Berkeley.EDU> is a document describing TC, which is a work
  380. in progress.  Contact Adam for details.
  381.  
  382. 8. A compact yet detailed overview of Tcl, Tk and Xf is available thanks
  383. to the graciousness of theobald@fzi.de (Dietmar Theobald) at:
  384.  
  385. ftp://ftp.fzi.de/pub/OBST/current/compress/psfiles/TclTk_notes.ps.Z
  386. (compressed format)
  387. and
  388. ftp://ftp.fzi.de/pub/OBST/current/gzip/psfiles/TclTk_notes.ps.gz
  389. (gzip format)
  390.  
  391. It is called Tcl/Tk in a Nutshell, was last updated in July of 1993,
  392. and is part of the STONE structured open environment.
  393.  
  394. 9. Softcopy of an article about PhoneStation, a tool using Tk and Tcl, was
  395. presented at the 1993 Winter USENIX Conference.
  396.  
  397. Uhler, Stephen A. (1993) ``PhoneStation, Moving the Telephone onto the 
  398. Virtual Desktop'', in the Proceedings of the 1993 Winter USENIX Conference,
  399. pp ??-??
  400.  
  401. A softcopy of the paper is available as 
  402. ftp://bellcore.com/pub/PhoneStation/USENIX.ps 
  403.  
  404. 10. VanAndel, J.H., 1993: ``Design of a New Radar Control and Data Acquisition 
  405. System''.  Preprints, 26th Conference on Radar Meteorology, Norman, Oklahoma
  406.  
  407. The paper is available in postscript form via the experimental web server:
  408. <a href="http://www.atd.ucar.edu/jva/RadarControl.AMS.ps"> Radar Control PS </a>
  409.  
  410. 11. Mark A. Harrison <mharriso@utdallas.edu>  has written a Tk/Tcl
  411. information sheet, providing an introductory look at why one might want to 
  412. use Tcl and Tk.  Version 1.0 was posted to comp.lang.tcl as
  413. <278ml0$457@news.utdallas.edu>.  Contact him for a copy.
  414.  
  415. 12. Cedric Beust <beust@modja.inria.fr> has written a short article
  416. giving guidelines on where to start when writing a Tcl extension.  You
  417. may find it at ftp://avahi.inria.fr/tcl/writing-a-tcl-extension.ps .
  418. It is titled "Writing a Tcl extension: the Toocl example" and describes
  419. the work done on the Tooltalk extension.  The paper is dated August 10, 1993.
  420.  
  421. 13. Douglas Pan and Mark Linton <linton@marktwain.rad.sgi.com> have
  422. written the paper ``Dish: A Dynamic Invocation Shell for Fresco''.
  423. It is available at ftp://sgi.com/graphics/fresco/dish.ps.Z .  The FAQ
  424. as well as some other papers are in ftp://sgi.com/graphics/fresco/ .
  425. Fresco is an X Consortium project - non-members interested in contributing
  426. to the effort should contact Mark Linton.
  427.  
  428. 14. Michael Jipping, Hope College , (1993) ``Using Tcl as a Tool Talk
  429. Encapsulation'', in the Sun User Group Eleventh Annual Conference and
  430. Exhibition PROCEEDINGS, pp 161-174.  This details work done writing an
  431. abstract extension to Tcl which enables one to encapsulate tools to
  432. make them ToolTalk aware.
  433.  
  434. 15. A WorldWideWeb (WWW) resource for Ada Tcl is available as:
  435. http://www.cs.colorado.edu/homes/arcadia/public_html/adatcl.html
  436.  
  437. 16. A WWW resource for the MBV Lab's Tcl/Tk support is:
  438.  
  439. http://cornea.mbvlab.wpafb.af.mil/tcl.html
  440.  
  441. 17. A WWW resource for the HTCLtoTCL program is available at:
  442.  
  443. http://www.lbl.gov/~clarsen/clarsen.html
  444.  
  445. 18. A WWW resource for describing the set of extra ServiceMail
  446. Tcl scripts is available at:
  447.  
  448. http://keck.tamu.edu/cgi/staff/emailserver.html
  449.  
  450. 19. A WWW resource describing the HTML to Tcl preprocessor is
  451. available at:
  452.  
  453. http://www.lbl.gov/~clarsen/projects/htcl.html
  454.  
  455. 20. A WWW resource discussing Tk/Tcl style issues is available at:
  456.  
  457. http://www.atd.ucar.edu/jva/TCL.style.html
  458.  
  459. 21. A WWW resource discussing Visual Numerics PV-Wave with Tk/Tcl is
  460. available at:
  461.  
  462. http://www.atd.ucar.edu/jva/rds/wave_tk.html
  463.  
  464. 22. A set of WWW resources discussing the Fermilab's use of Tcl within
  465. a massive data manipulation package can be found at:
  466.  
  467. http://fndauh.fnal.gov:8000/spectro/doc/www/spectro.home.html
  468. http://fndauh.fnal.gov:8000/shiva/doc/www/shiva.home.html
  469. http://fndauh.fnal.gov:8000/ftcl/extended/tcllib/help
  470.  
  471. as well as various pages underneath this set of homes.
  472.  
  473. 23. A soft file containing notes on Tcl and quoting philosophy can be
  474. found at ftp://ftp.aud.alcatel.com/tcl/docs/README.programmer.gz 
  475.  
  476. 24. There are references to Tcl and Tk (and perhaps other Tcl based
  477. interpreters) within the following WWW databases:
  478.  
  479. The Catalog of Free Compilers and Interpreters:
  480. http://cui_www.unige.ch/freecomp
  481.  
  482. and
  483. The Language List:
  484. http://cui_www.unige.ch/langlist
  485.  
  486. 25. The first Tcl 'home page' is now available via the WWW URL:
  487.  
  488. http://www.sco.com/IXI/of_interest/tcl/Tcl.html
  489.  
  490. Thanks to Mike Hopkirk <hops@sco.com> for the time, energy and resources to 
  491. make this available.  Note that this page is also available for those behind a
  492. firewall as:
  493. ftp://ftp.aud.alcatel.com/tcl/docs/tclhtml.tar.gz
  494.  
  495. This WWW link is mirrored at the following locations.  There is no
  496. guarantee that they will be as up to date.
  497.  
  498. http://ita.tutkie.tut.ac.jp/tcl/Tcl.html
  499. http://www.isu.edu/tcl/Tcl.html
  500.  
  501. 26. The home page for Jungle - the Tcl-based WWW server - is available
  502. as:
  503.  
  504. http://catless.ncl.ac.uk/Programs/Jungle
  505.  
  506. 27. The home page for Nautilus - the Tcl-based [incr tcl] browser -
  507. is available at:
  508.  
  509. http://catless.ncl.ac.uk/Programs/Nautilus/
  510.  
  511. 28. The home page for Zircon - the Tcl-based Internet Relay Communication
  512. (IRC) browser - is available at:
  513.  
  514. http://catless.ncl.ac.uk/Programs/Zircon/
  515.  
  516. and a user's page at
  517. http://shrug.org/pages/irc/zircon.html
  518.  
  519. 29. Documentation on the Tcl processing of WWW's server Common Gateway
  520. Interface (known as CGI) can be found at:
  521.  
  522. http://www.lbl.gov/~clarsen/projects/htcl/http-proc-args.html
  523.  
  524. 30. Mark Roseman <roseman@edm.isac.ca> has prepared a brief comparison
  525. between Tcl/Tk and the Interviews C++ toolkit.  It is available via
  526. email by contacting him.
  527.  
  528. 31. Information about the SIMON Mosaic hotlist management tool can be
  529. found at http://web.elec.qmw.ac.uk/simon/.
  530.  
  531. 32. Information about Fritz Heinrichmeyer's experimental Schematic SPICE
  532. interface is available from http://ES-sun2.fernuni-hagen.de/editor.html .
  533.  
  534. 33. Information about ical is now accessible from
  535. http://clef.lcs.mit.edu/~sanjay/ical.html .
  536.  
  537. 34. Wade Holst <wade@cs.ualberta.ca> is providing Hypertcl - a WWW page
  538. providing various views on info available to the Tcl community.
  539. It can be found at the URL
  540. http://web.cs.ualberta.ca/~wade/HyperTcl/
  541.  
  542. Amoung the many services Wade provides are:
  543.  
  544.    1) hypertext descriptions of EVERY Tcl application archived at 
  545.       ftp.aud.alcatel.com.
  546.    2) hypertext version of the Tcl FAQ
  547.    3) different views of the Tcl applications:
  548.        a) Sorted by name    - every Tcl application known to me.
  549.        b) Sorted by subject - a list of Tcl applicat      alling under
  550.             general subject headers, like "graphics packages", or 
  551.             "unix utilities" 
  552.        c) Descriptions of Non-archived Tcl applications.
  553.        d) View by changes
  554.        e) View Postscript documentation
  555.        f) View interesting ftp sites
  556.        g) View man pages and FAQs
  557.    4) list of new archived applications as they appear.  For example,
  558.        you can find out what new applications have been archived in
  559.        the last 8 days (BLT-1.7, beth4.0, zircon-1.15p4, tkmkf-3.6, 
  560.        sybtcl-2.11 and oratcl-2.11).
  561.  
  562. 35. The URL for a page describing threaded tknews is 
  563. http://www.cis.ohio-state.edu/hypertext/people/mdm/tknews.html
  564. showing what the next release should be like.
  565.  
  566. 36. The URL for a Tk-based Karel the Robot project is
  567. http://www.cis.ohio-state.edu/hypertext/people/mdm/karel.html
  568.  
  569. 37. A Tk reference card can be found at:
  570. ftp://ftp.aud.alcatel.com/tcl/docs/tkrefcard.tar.gz
  571. This TeX and Postscript version of a Tk 3.3 card was provided by
  572. Paul Raines <raines@bohr.physics.upenn.edu>.
  573.  
  574. 38. A good document on Xauth is available at:
  575. ftp://ph-meter.beckman.uiuc.edu/security/xsecurity.ps
  576. or
  577. ftp://ph-meter.beckman.uiuc.edu/security/xsecurity.txt
  578.  
  579. 39. The documentation for the Xf command is available in European page format
  580. as:
  581. ftp://ftp.aud.alcatel.com/tcl/docs/xf-doc.ps.gz
  582. as well as United States page format as:
  583. ftp://ftp.aud.alcatel.com/tcl/docs/xf-doc-us.ps.gz
  584.  
  585. 40. Vivek Khera <khera@cs.duke.edu> has written a primer on setting up your
  586. environment for xauth (by default a requirement under Tk 3.3) in the
  587. document:
  588. ftp://ftp.aud.alcatel.com/tcl/docs/Xauthority.gz
  589.  
  590. 41. A list of MPEG animations, done with Tcl scripts using TSIPP can
  591. be found at: http://www.mcs.csuhayward.edu/tebo/Anims .
  592.  
  593. 42. Project DA-CLOD (Distributedly Administered Categorical List of Documents)
  594. allows the Web participants to set up organizational pages.  So a Tcl
  595. page has been set up.  Check out the URL:
  596. http://schiller.wustl.edu/DACLOD/daclod
  597. or go directly to Tcl by way of:
  598. http://schiller.wustl.edu/DACLOD/daclod?id=00024.dcl
  599.  
  600. 43. A home page for tkmail can be found at
  601. http://bohr.physics.upenn.edu/~raines/tkmail.html
  602.  
  603. 44. A home page for a map marking program can be found at
  604. http://www.dl.ac.uk/CBMT/mapmarker/v02a/doc_html/HOME.html
  605.  
  606. 45. A simple httpd written in Tk/Tcl can be found at
  607. http://arsenio.mit.edu:8001/
  608.  
  609. 46. A demo of images generated using Tk based tools can be found at
  610. http://arsenio.mit.edu:8001/html/gscript.html
  611.  
  612. 47. Documentation for the DART project can be found at
  613. http://fndaub.fnal.gov:8000/dart_v1_0.html
  614.  
  615. 48. Neosoft now has a home page - see
  616. http://www.neosoft.com/tcl/default.html
  617. for it's Tcl page.
  618.  
  619. 49. A home page for the program currently known as tkWWW is
  620. http://www.mit.edu:8001/afs/athena.mit.edu/course/other/cdsdev/html/welcome.html
  621. A status page for tkWWW from CERN is found at
  622. http://info.cern.ch/hypertext/WWW/TkWWW/Status.html
  623. Internals information can be found at
  624. gopher://gopher.slac.stanford.edu/h0/WWW%20Documentation/TkWWWDoc/internals.html
  625.  
  626. 50. An example of the output from TreeLink can be found at:
  627. http://aorta.tat.physik.uni-tuebingen.de/~gaier/treelink/
  628. TreeLink is a Tk/Tcl program which draws a hypergraph of links from an
  629. HTML document.
  630.  
  631. 51. The documentation for the ILU software environment, which enables
  632. systems to be written which communicate between many different languages,
  633. including Tcl, can be found at:
  634. ftp://parcftp.parc.xerox.com/pub/ilu/1.6.4/manual-html/manual_toc.html
  635.  
  636. 52. Huayong YANG <yang@twain.ucs.umass.edu> in news:2q1iko$8cj@nic.umass.edu
  637. wrote a review of Tcl and the Tk Toolkit.
  638.  
  639. 53. A page to locate the various versions of Wafe can be found at
  640. http://www.es.net/pub/public-domain/wafe/.INDEX.html
  641.  
  642. 54. A draft paper titled "Kidnapping X Applications" is available as a
  643. part of the TkSteal tar file.  It is authored by 
  644. Sven Delmas <garfield@cs.tu-berlin.de> and discusses the use of the TkSteal
  645. package to integrate existing X applications into a Tcl/Tk based program
  646. without having to make changes to the X application.
  647.  
  648. 55. A page dedicated to the new HTML editor tkHTML can be found at:
  649. http://alfred1.u.washington.edu:8080/~roland/tkHTML/tkHTML.html
  650.  
  651. 56. A WWW section for Hdrug , an environment to develop logic grammers
  652. for natural languages, is available at
  653.  
  654. http://tyr.let.rug.nl/~vannoord/prolog-app/Hdrug/
  655.  
  656. It uses ProTcl and TkSteal.
  657.  
  658. 57. The HTML slides and demo pictures for Patrick Duval's talk in New Orleans
  659. titled ``Tcl-Me, a Tcl Multimedia Extension'' can be viewed at:
  660. ftp://ftp.inria.fr/scratch/made/www/tcl-me/slide.1.html
  661. and are available as a tar file at
  662. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/tcl-me.tar.gz
  663.  
  664. 58. A set of HTML pages for the scotty and tkined applications have been
  665. created.  They can be found at:
  666. http://www.ibr.cs.tu-bs.de/projects/nm/tkined/welcome.html
  667. http://www.ibr.cs.tu-bs.de/projects/nm/scotty/welcome.html
  668.  
  669. 59. An archive for the distributed processing incr tcl discussion may
  670. be found at gopher://nisp.ncl.ac.uk/11/lists-a-e/distinct/
  671.  
  672. 60. A copy of the paper Kevin B. Kenny <kennykb@dssv01.crd.ge.com>
  673. presented at the Tcl 94 workshop is accessible on WWW as
  674. http://crdis1.ge.com/papers/gecrd/mtl/mdip/tcl94/00header.html
  675.  
  676. 61. Terry Evans <tevans@cs.utah.edu> is coordinating work on a
  677. tcl/tk interface to gdb.  Send him email if you would like to help out.
  678.  
  679. 62. The HTML home page of Jonathan Kaye <kaye@linc.cis.upenn.edu>
  680. http://www.cis.upenn.edu/%7Ekaye/home.html contains a pointer to 
  681. lisp2wish, a package that allows a Tcl/Tk process and LISP process
  682. to synchronously communicate.
  683.  
  684. 63. The following are a series of references to papers 
  685. relating to the Safe TCL package.
  686. ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.ps
  687. ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.txt
  688. ftp://thumper.bellcore.com/pub/nsb/st/em-model.txt
  689.  
  690. 64. A review of Tcl and the Tk Toolkit appeared in misc.books.technical
  691. on May 2, 1994 as Message-ID: <2q1iko$8cj@nic.umass.edu> by
  692. yang@twain.ucs.umass.edu (Huayong YANG) who recommended the book to
  693. X programmers.
  694.  
  695. 65. A set of Postscript files collected for the Tcl 94 workshop
  696. proceedings is available as:
  697.  
  698. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/1994_workshop.tar.gz
  699.  
  700. The file contains the following papers:
  701.  
  702. a. "An Introduction to the Rush Language", by Adam Sah, Jon Blow, and
  703. Brian Dennis, University of California, Berkeley.
  704.  
  705.     Describes a new Tcl-derived compiled language designed to be
  706.     optimizable. 
  707.  
  708. b. "Tcl/Tk at the WellSite", by Dave St. Clair, Baker Hughes INTEQ.
  709.  
  710.     Describes the use of Tcl and Tk to add custom reporting and
  711.     experimental calculation features to a realtime wellsite
  712.         information system, "DrillByte".
  713.  
  714. c. "Interactively Configuring Tk-based Applications", by David
  715. Richardson, University of Michigan.
  716.  
  717.     Describes an experimental tool for interactively querying the
  718.     widget structure of a Tk-based application and modifying the
  719.     appearance and behavior of those widgets.
  720.  
  721. d. "Dish: A Dynamic Invocation Shell for Fresco", by Douglas Pan,
  722. Stanford University, and Mark Linton, Silicon Graphics.
  723.  
  724.     Describes a wish-like program, dish, which implements a Tcl
  725.     interface to the X Fresco toolkit.  Unlike Tk, however, dish
  726.     implements only a few new built-in commands, and it recognizes 
  727.     and dynamically invokes Fresco methods using their definitions
  728.     in the CORBA Interface Definition Language.
  729.  
  730. e. "Tcl meets 3D -- Interpretative Access to Object-Oriented
  731. Graphics", by Ekkehard Beier, Technical University of Ilmenau.
  732.  
  733.     Describes a Tcl/Tk interactive 3D graphics application.
  734.  
  735. f. "An Environment for the Development of Interactive Music and Audio
  736. Applications", by Eric M. Jordan, Massachusetts Institute of
  737. Technology.
  738.  
  739.     Discusses plans for a Tcl-based platform for interactive music
  740.     and audio, building on existing systems such as Ak.  Part of
  741.     the intent is to show that building such a platform on top of
  742.     Tcl will benefit both the computer music and the general
  743.     computer systems communities, by giving each community access
  744.     to the others' advances and capabilities.
  745.  
  746. g. "Packages: Adding Namespaces to Tcl", by George Howlett, AT&T Bell
  747. Laboratories.
  748.  
  749.     Examines the namespace pollution problem in Tcl, current
  750.     workarounds and their failings, and a suggested solution in
  751.     the form of namespaces similar to those in C++.
  752.  
  753. h. "Using Tcl/Tk from Erlang", by Ingemar Ahlberg, Ellemtel.
  754.  
  755.     Describes the successful connection of Tcl/Tk to Erlang, a
  756.     declarative language designed for "soft" realtime
  757.     applications.
  758.  
  759. i. "Tcl Programming Techniques for Specifying Visual Interfaces.", by
  760. Jeffrey P. Lankford, Northrop Grumman Corporation.
  761.  
  762.     Compares procedure-oriented, data-oriented, and
  763.     object-oriented techniques for specifying visual interfaces in
  764.     Tcl.  The paper shows how to integrate an object-oriented
  765.     visual specification language (OSF/Motif UIL) with Tcl.
  766.  
  767. j. "Tcl/C++ Binding Made Easy", by John Menges and Brian Ladd,
  768. University of North Carolina.
  769.  
  770.     Describes a method of type-safe binding for invoking C++
  771.     methods from Tcl.
  772.  
  773. k. "Dynamic Loading for Tcl: (What became of it?)", by Kevin B. Kenny,
  774. GE Corporate R&D Center.
  775.  
  776.     At the 1993 Tcl/Tk workshop, a dynamic loading scheme for Tcl
  777.     was designed, with the intent of including in the Tcl core.
  778.     This paper discusses the various difficulties which were
  779.     encountered in trying to produce a portable, reliable
  780.     implementation of that design, and steps which might be taken
  781.     to finally achieve such an implementation.
  782.  
  783. l. "Nautilus -- 20,00 Leagues under the tCl", by Lindsay F. Marshall,
  784. University of Newcastle upon Tyne.
  785.  
  786.     Describes Nautilus, a combined debugger and browser for tcl/tk
  787.     and [incr tcl], written completely in [incr tcl].
  788.  
  789. m. "Jodler -- A Scripting Language for the Infobahn", by Maximillian
  790. Ott, C&C Research Laboratories, NEC USA.
  791.  
  792.     Describes a new object-oriented interpreted language based on
  793.     prototypes and delegation.  Jodler is designed for
  794.     implementing autonomous agents in a networked, nonhomogenous
  795.     environment.  It is currently being implemented as a Tcl
  796.     extension.
  797.  
  798. n. "[incr Tk]: Building Extensible Widgets with [incr Tcl]", by
  799. Michael J. McLennan, AT&T Bell Laboratories.
  800.  
  801.     Describes an [incr Tcl] framework for creating mega-widgets.
  802.     New mega-widgets are created using object-oriented principles
  803.     to specialize or extend existing mega-widget classes.
  804.  
  805. o. "The sensor shells: An automated weather observation system", by
  806. Mike Hoegeman, GTE Weather Systems Group.
  807.  
  808.     Describes the use of Tcl to build a weather station monitoring
  809.     server, which collects data from weather sensing devices and
  810.     makes it available to clients.  The paper also describes the
  811.     use of Tcl and Tk to build client applications.
  812.  
  813. p. "Tcl-Me, a Tcl Multimedia Extension", 
  814.  
  815.     Tcl-Me is an environment for fast prototyping of multimedia
  816.     applications.  The extension gives Tcl fine control over the
  817.     processing of audio, video, and media-synchronization.
  818.  
  819. q. "Vinny: A RISC System/6000 Hardware Database (a.k.a. 'A Tcl/Tk
  820. Testimonial')", by Richard Otto, IBM.
  821.  
  822.     A case study of the use of Tcl and Tk to graft an easy-to-use
  823.     graphical interface onto a preexisting command-based
  824.     application.
  825.  
  826. r. "User Shell Design with Components for Tcl and Tk", by Ruediger
  827. Franke, Technical University of Ilmenau.
  828.  
  829.     Describes a method for building and using composite Tk widgets
  830.     by combining the primitive widgets, and a user interface
  831.     builder, USE, which makes use of that method.
  832.  
  833. s. "Tcl and Concurrent Object-Oriented Flight Software: Tcl on Mars",
  834. by David E. Smyth, Mars Pathfinder Flight Software Team, Jet
  835. Propulsion Laboratory.
  836.  
  837.     Describes the use of Tcl on the "Mars Pathfinder" project, in
  838.     which Tcl (with several extensions) is used in several ways:
  839.     as the language for inter-object messages within the
  840.     object-oriented flight software; as the implementation
  841.     language for the monitor and control environment; and as the
  842.     initial implementation language for some of the flight
  843.     software itself.
  844.  
  845. t. "Ariadne", by Thomas A. Phelps, University of California, Berkeley.
  846.  
  847.     This paper provides a brief description of a core platform of
  848.     services for the construction of interactive multimedia
  849.     document manipulation tools (browsers, editors, and so forth).
  850.  
  851. u. "A 3D Viewer Widget for Tk", Wayne A. Christopher, ICEM CFD
  852. Engineering.
  853.  
  854.     Describes a new Tk widget, similar to the canvas widget, that
  855.     can be used to display and manipulate graphical objects in
  856.     three dimensions.
  857.  
  858. v. "Combination of 'set' and 'trace' Commands Found Useful for
  859. Concurrent, Quick-and-Easy Development of Character-Based Applications
  860. and Their Graphical Frontends", by Yasuro Kawata, Kimiya Onogawa,
  861. Akifumi Yabu, Akira Kawasaki, Hisahiro Kobayashi, and Mamoru Maekawa,
  862. University of Electro-Communications, Tokyo.
  863.  
  864.     Describes a method for implementing applications which must
  865.     have both character-based and graphical interfaces.  The
  866.     character-based command is written to be standalone, and it
  867.     communicates with the graphical front-end by setting
  868.     variables, which are detected by the graphical front-end via
  869.     'trace' commands.
  870.  
  871. w. "Ideas for Intelligent User Interface Design", by James R. Slagle,
  872. Zbigniew Wieckowski, University of Minnesota.
  873.  
  874.     Presents principles for the design of user interfaces, and
  875.     discusses how those principles might apply to Tcl and Tk.
  876.  
  877. 65. In addition to the workshop papers, the abovementioned file
  878. (ftp://ftp.aud.alcatel.com/tcl/workshop/1994/1994_workshop.tar.gz)
  879. also contains the slides from some of the workshop proceedings:
  880.  
  881. a. "Status of Tk 4.0", by John K. Ousterhout, University of
  882. California, Berkeley.
  883.  
  884.     An overview of the current status of the Tk 4.0 release,
  885.     including a tentative release schedule, as of the time of the
  886.     workshop.
  887.  
  888. b. "Scripts and Agents:  The New Software High Ground", by John K.
  889. Ousterhout, University of California, Berkeley.
  890.  
  891.     Describes the plans for Tcl and Tk development by
  892.     Dr. Ousterhout's group at Sun Microsystems.
  893.  
  894. c. "'Tcl cures 98.3% of all known simulation configuration problems,'
  895. claims astonished researcher!", by Richard Golding, Carl Staelin, Tim
  896. Sullivan, and John Wilkes, Hewlett-Packard Laboratories.
  897.  
  898.     Describes the use of Tcl as a configuration language for a
  899.     general simulation facility in the Storage Systems project at
  900.     HP.
  901.  
  902. d. "Ideas for Intelligent User Interface Design", by James R. Slagle,
  903. Zbigniew Wieckowski, University of Minnesota.
  904.  
  905.     Slides to accompany the paper of the same name.
  906.  
  907. 66. A few slide presentations and one paper from the 1994 Tcl workshop
  908. are not included in the file mentioned above, but are available
  909. separately:
  910.  
  911. a. "Nautilus -- 20,00 Leagues under the tCl", by Lindsay F. Marshall,
  912. University of Newcastle upon Tyne.
  913.  
  914. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/Lindsay_Marshall-slides.ps.gz
  915.  
  916.     Slides to accompany the paper of the same name.
  917.  
  918. b. "Managing Electronic Documents with Ariadne", by Tom Phelps,
  919. University of California, Berkeley.
  920.  
  921. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/Thomas_Phelps-slides.gz
  922.  
  923.     Slides to accompany the paper "Ariadne".
  924.  
  925. c. "Writing Tcl programs in the Medusa Applications Environment", by
  926. Frank Stajano, Olivetti Research.
  927.  
  928. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/fstajano-tcl94-paper.ps.gz
  929.  
  930.     Describes Medusa, a distributed multimedia applications and
  931.     conferencing system.  The core facilities of the system are
  932.     written in C++, and the applications themselves are written in
  933.     Tcl with Tk and Tcl-DP.
  934.  
  935. d. "Use of Tcl in the Medusa Multimedia Applications Environment", by
  936. Frank Stajano, Olivetti Research.
  937.  
  938. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/fstajano-tcl94-slides.ps.gz
  939.  
  940.     Slides to accompany the paper "Writing Tcl programs in the
  941.     Medusa Applications Environment".
  942.  
  943. e. "Tcl-me, a Tcl Multimedia Extension", by Patrick Duval and Tie
  944. Liao, INRIA.
  945.  
  946. ftp://ftp.aud.alcatel.com/tcl/workshop/1994/tcl-me.tar.gz
  947.  
  948.     A slide presentation to accompany the paper of the same name,
  949.     in HTML format.  It can be viewed at:
  950.  
  951. ftp://ftp.inria.fr/scratch/made/www/tcl-me/slide.1.html
  952.  
  953. 67. The proceedings for the 1994 workshop can also be ordered.  The
  954. price is $30.00 + S&H ($4.00 in USA; inquire for others).  Make checks
  955. payable to Computerized Processes Unlimited, Inc.  Email to Lisa
  956. Duferne <lsd@cpu.com> for inquiries and orders.
  957.  
  958. 68. Glenn Huxtable has written a paper about "cpumon", his
  959. Tcl/Tk-based CPU performance monitor:
  960.  
  961. ftp://bilby.cs.uwa.oz.au/pub/glenn/sage-au94.ps
  962.  
  963. 69. Adam Sah has made his Masters' thesis, describing a Tcl compiler,
  964. available for ftp: "TC: An Efficient Implementation of the Tcl Language".
  965.  
  966. ftp://ginsberg.cs.berkeley.edu/pub/papers/asah/msthesis.ps.gz
  967.  
  968. 70. Richard Stallman posted an article titled "Why you should not use
  969. Tcl" to comp.lang.tcl and several other newsgroups on September 23,
  970. 1994:
  971.  
  972. news:9409232314.AA29957@mole.gnu.ai.mit.edu
  973.  
  974. and another titled "GNU Extension Language Plans" on October 19, 1994,
  975. with somewhat less inflammatory content:
  976.  
  977. news:9410190420.AA02904@mole.gnu.ai.mit.edu
  978.  
  979. These article caused quite a lot of discussion, including both valid
  980. criticisms and defenses of Tcl.  It seems fair to include references
  981. to both sides here, rather than just including RMS' articles with none
  982. of the responses, so archives of selected articles from both discussions
  983. are available at:
  984.  
  985. http://www.utdallas.edu/acc/glv/Tcl/war/
  986.  
  987. 71. Dan Connolly <connolly@hal.com> is writing a critique of core Tcl
  988. called "Why Tcl Doesn't Scale".  The current version can be found at:
  989.  
  990. http://www.hal.com/users/connolly/drafts/why-tcl-doesnt-scale.html
  991.  
  992. 72. John Ousterhout has prepared a "Tcl/Tk Engineering Manual"
  993. describing the coding, documentation, and testing conventions he used
  994. when developing Tcl and Tk.  His group at Sun will be using it, and in
  995. case any other Tcl/Tk developers are interested in using it as well,
  996. he has made it publicly available.
  997.  
  998. ftp://ftp.cs.berkeley.edu/ucb/tcl/engManual.tar.Z
  999.  
  1000. 73. David Gerdes has a set of slides which can be used for an
  1001. introductory Tcl and Tk course, with an emphasis on Tk.  They can be
  1002. found at
  1003.  
  1004. ftp://moon.cecer.army.mil/tcl/dpg/class/
  1005.  
  1006. 74. First Virtual Holdings, Incorporated has announced an information
  1007. commerce mechanism for the Internet.  User interface software is
  1008. available, based on Safe-Tcl.  An index to their technical
  1009. information, including pointers to the software, can be found at
  1010.  
  1011. http://www.fv.com/tech/index.html
  1012.  
  1013. 75. The Second World Wide Web Conference, held in Chicago October 17-20,
  1014. 1994, included several papers on systems implemented using Tcl.  The 
  1015. proceedings are online at
  1016.  
  1017. http://www.ncsa.uiuc.edu:80/SDG/IT94/Proceedings/
  1018.  
  1019. The following twelve entries refer to the individual papers relevant to Tcl.
  1020.  
  1021. 76. "WebMap - A Graphical Hypertext Navigation Tool", by Peter Doemel,
  1022. University of Frankfurt.  Presented at the Second WWW Conference.
  1023.  
  1024. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/Searching/doemel/www-fall94.html
  1025.  
  1026. 77. "Live Multimedia over HTTP", by Jonathan C. Soo, MIT Laboratory for
  1027. Computer Science.  Presented at the Second WWW Conference.
  1028.  
  1029. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/DDay/soo/www94a.html
  1030.  
  1031. 78. "WWWinda: An Orchestration Service for WWW Browsers and Accessories",
  1032. by Yechezkal-Shimon Gutfreund, et. al., GTE Laboratories.  Presented at
  1033. the Second WWW Conference.
  1034.  
  1035. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/Agents/gutfreund/gutfreund.html
  1036.  
  1037. 79. "The TkWWW Robot: Beyond Browsing", by Scott Spetka, SUNY Institute of
  1038. Technology at Utica/Rome.  Presented at the Second WWW Conference.
  1039.  
  1040. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/Agents/spetka/spetka.html
  1041.  
  1042. 80. "An API To Mosaic", by Guy Singh and Roger Binns, IXI Ltd.  Presented
  1043. at the Second WWW Conference.
  1044.  
  1045. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/DDay/singh/ixiwww94.html
  1046.  
  1047. 81. "AstroWeb Tools", by Robert E. Jackson, Computer Sciences Corporation.
  1048. Presented at the Second WWW Conference.
  1049.  
  1050. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/Astronomy/jackson/jackson.html
  1051.  
  1052. 82. "Dynamic Documents: Extensibility and Adaptability in the WWW", by
  1053. M. Frans Kaashoek, et. al., MIT Laboratory for Computer Science.  Presented
  1054. at the Second WWW Conference.
  1055.  
  1056. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/DDay/pinckney/dd.html
  1057.  
  1058. 83. "W3 Based Medical Information Systems vs Custom Client Server
  1059. Applications", by K.E. Willard, et. al., University of Minnesota Hospital
  1060. and Clinic.  Presented at the Second WWW Conference.
  1061.  
  1062. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/MedTrack/willard/UMHC_www/UMHC_www_paper.html
  1063.  
  1064. 84. "Developing In-house Applications for Northrop Grumman on the F/A-18
  1065. E/F Program Using Mosaic and HTTPD", by J.M. Ivler, EDS.  Presented at the
  1066. Second WWW Conference.
  1067.  
  1068. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/CorInfSys/ivler/edstlk1.html
  1069.  
  1070. 85. "An Architecture for Scholarly Publishing on the World Wide Web",
  1071. by Stuart Weibel, et. al., OCLC.  Presented at the Second WWW Conference.
  1072.  
  1073. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/Pub/weibel/weibel_www_paper.html
  1074.  
  1075. 86. "Integrating Complex Data Access Methods into the Mosaic/WWW Environment",
  1076. by Bhavna Chhabra, et. al., University of Colorado.  Presented at the Second
  1077. WWW Conference.
  1078.  
  1079. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/DDay/schwartz/schwartz.html
  1080.  
  1081. 87. "Auto-FAQ: an experiment in cyberspace leveraging", by Steven D. Whitehead,
  1082. GTE Laboratories.  Presented at the Second WWW Conference.
  1083.  
  1084. http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/Agents/whitehead/whitehead.html
  1085.  
  1086. 88. "A brief introduction to TCL/TK", by David Martland, can be found on the
  1087. Web at
  1088.  
  1089. http://http2.brunel.ac.uk:8080/~csstddm/TCL2/TCL2.html
  1090.  
  1091. 89. Wayne Christopher has collected a great many comparisons between Tcl and
  1092. other similar systems (mostly from USENET articles).  They are available at
  1093.  
  1094. http://icemcfd.com/tcl/comparison.html
  1095.  
  1096. 90. Michael B. Johnson's PhD thesis, currently in progress, describes a
  1097. modelling system written using Tcl under NeXTStep.  It is called "WavesWorld:
  1098. A Testbed for 3D Autonomous Animated Characters".  Various information, 
  1099. including an early draft and releases of part of the software, are available
  1100. from
  1101.  
  1102. http://wave.www.media.mit.edu/people/wave/
  1103.  
  1104. 91. "Extending Tcl for Dynamic Object-Oriented Programming", by D. Wetherall
  1105. and C. J. Lindblad, MIT Laboratory for Computer Science.  An unpublished
  1106. working paper.
  1107.  
  1108. http://tns-www.lcs.mit.edu/publications/usenix.vhll94.1.html
  1109.  
  1110. 92. "The VuSystem: A Programming System for Visual Processing of Digital
  1111. Video", by C. J. Lindblad, D. J. Wetherall, and D. L. Tennenhouse, MIT
  1112. Laboratory for Computer Science.  Published in _Proceedings of ACM
  1113. Multimedia 94_,  San Francisco, CA, October 1994.
  1114.  
  1115. http://tns-www.lcs.mit.edu/publications/acmmm94.html
  1116.  
  1117. 93. "An Interactive Programming System for Media Computation", by D. Wetherall,
  1118. MIT Laboratory for Computer Science Technical Report 640.
  1119.  
  1120. http://tns-www.lcs.mit.edu/publications/mitlcstr640.html
  1121.  
  1122. 94. "A Software-Oriented Approach to the Design of Media Processing
  1123. Environments", by D. L. Tennenhouse, et. al., MIT Laboratory for Computer
  1124. Science.  Published in _Proceedings of the International Conference on
  1125. Multimedia Computing and Systems_, Boston, MA, May 1994.
  1126.  
  1127. http://tns-www.lcs.mit.edu/publications/ICMCS94a.html
  1128.  
  1129. 95. "ViewStation Applications: Intelligent Video Processing Over A Broadband
  1130. Local Area Network", by C. J. Lindblad, et. al., MIT Laboratory for Computer
  1131. Science.  Published in _Proceedings of the USENIX Symposium on High-Speed
  1132. Networking_, Oakland, CA, August 1994.
  1133.  
  1134. http://tns-www.lcs.mit.edu/publications/usenix.net94.html
  1135.  
  1136. 96. Will Morse of BHP Petroleum has written a Tcl/Tk and Expect Tutorial,
  1137. which he presented at the World Wide Technology Conference in Houston, Texas,
  1138. December 1, 1994.  It is available from the author:
  1139.  
  1140. mailto:will@Starbase.NeoSoft.COM
  1141.  
  1142. 97. The USENIX Very High Level Languages Symposium, held in Santa Fe, 
  1143. New Mexico October 26-28, included several papers on systems implemented
  1144. using Tcl.
  1145.  
  1146. The following five entries refer to the individual papers relevant to Tcl.
  1147.  
  1148. 98. "A New Architecture for the Implementation of Scripting Languages",
  1149. by Adam Sah and John Blow, University of California, Berkeley.  Presented
  1150. at the USENIX Very High Level Languages Symposium.
  1151.  
  1152. This paper discusses the implementation of Rush, a new language derived
  1153. from Tcl.  The implementation uses Scheme as an intermediate language.
  1154.  
  1155. ftp://ginsberg.cs.berkeley.edu/pub/papers/asah/rush-vhll94.ps.gz
  1156.  
  1157. 99. "Tcl/Tk for a Personal Digital Assistant", by Karin Petersen, Xerox
  1158. PARC.  Presented at the USENIX Very High Level Languages Symposium.
  1159.  
  1160. 100. "Using Tcl to Control a Computer-Participative Multimedia Programming
  1161. Environment", by Christopher J. Lindblad, MIT Laboratory for Computer
  1162. Science.  Presented at the USENIX Very High Level Languages Symposium.
  1163.  
  1164. http://tns-www.lcs.mit.edu/publications/usenix.vhll94.2.html
  1165.  
  1166. 101. "TkPerl --- A port of the Tk toolkit to Perl5", by Malcolm Beattie,
  1167. Oxford University Computing Services.  Presented at the USENIX Very High
  1168. Level Languages Symposium.
  1169.  
  1170. ftp://black.ox.ac.uk/DOCS/tkperl.me
  1171.  
  1172. 102. "Tcl: A Universal Scripting Language", by John Ousterhout, Sun 
  1173. Microsystems Laboratories.  Invited talk at the USENIX Very High Level
  1174. Languages Symposium.  Slides are available (the PostScript versions cause
  1175. problems with many PostScript interpreters):
  1176.  
  1177. http://playground.Sun.COM/~ouster/vhll.ps
  1178. http://playground.Sun.COM/~ouster/vhll.2up.ps
  1179. http://playground.Sun.COM/~ouster/vhll.ppt       (PowerPoint source)
  1180.  
  1181. 103. John Ousterhout has a page on the World Wide Web, which contains 
  1182. information on the current status of Tcl and Tk and future directions.
  1183.  
  1184. http://playground.Sun.COM/~ouster/
  1185.  
  1186. 104. "Scripts and Agents: The New Software High Ground", by John Ousterhout,
  1187. Sun Microsystems Laboratories.  Invited talk at the 1995 Winter USENIX 
  1188. Conference, New Orleans, January 16-20 1995.  Slides are available (the
  1189. PostScript versions cause problems with many PostScript interpreters):
  1190.  
  1191. http://playground.Sun.COM/~ouster/agent.ps
  1192. http://playground.Sun.COM/~ouster/agent.2up.ps
  1193. http://playground.Sun.COM/~ouster/agent.ppt      (PowerPoint source)
  1194.  
  1195. 105. Mark Roseman has written a nice overview of GroupKit for the Web:
  1196. "GroupKit - A Groupware Toolkit".
  1197.  
  1198. http://www.cpsc.ucalgary.ca/redirect/grouplab/projects/groupkit/groupkit.html
  1199.  
  1200. 106. Adam Sah has written a critique of Tcl, titled "Tcl considered harmful".
  1201.  
  1202. ftp://ginsberg.cs.berkeley.edu/pub/papers/asah/tcl-fear.html
  1203.  
  1204. 107. A summary of the Tcl and Tk BOF at the 1995 USENIX in New Orleans
  1205. is available at:
  1206.  
  1207. http://www.utdallas.edu/acc/glv/Tcl/usenix95-bof.html
  1208.  
  1209.  
  1210.  
  1211. D. Published articles, books, and similarly available resources
  1212.  
  1213.  
  1214. 1. Computer Shopper, V12 N12, page 862 had an article referencing Tickle, 
  1215. the shareware package under Macintosh System 7 which is based on Tcl.
  1216.  
  1217. 2. MacWEEK, Sept 14, 1992, V6 N32, page 91(1), Enhancing text editors for
  1218. Mac developers.
  1219. This article is a product announcement for Alpha 5.0, the Macintosh
  1220. editor which incorporates Tcl.
  1221.  
  1222. 3. Computer Language, V9 N7, page 76 had an article referencing Tcl in
  1223. a hardware/software testing package which talks to a remote machine via 
  1224. a proprietary interface card.
  1225.  
  1226. 4. SunWorld, V5 N10, pages 95-96 had a article discussing Tcl, Tk and
  1227. expect.
  1228.  
  1229. 5. UNIX REVIEW, V11 N4, April 1993, pages 93-94, Tcl, Tk, and friends
  1230. by Richard Morin.
  1231. The article, a part of "The Internet Notebook", mentions a little about
  1232. Tcl and Tk, where to find the sources, where to find the draft of the
  1233. book, and where to find the contributed software.
  1234.  
  1235. 6. SunExpert, V4 N3, pages 32-36, by Richard Morin.  As part of Morin's
  1236. I/Opener series of articles, this is just a brief overview of Tcl and Tk.
  1237. It mentions some of the technical ideas behind Tcl and Tk, where to find
  1238. the Tcl source and mentions that the draft of the book is available on
  1239. ftp.cs.berkeley.edu.  A 'hello, world' 3 line wish script is really
  1240. all that is shown.
  1241.  
  1242. 7. Libes, Don, "Obfuscated C and Other Mysteries", Wiley & Sons,
  1243. January 1993.
  1244.  
  1245. This book has a whole chapter on Tcl.  Aimed at the C programmer, it
  1246. describes how to effectively use Tcl from C applications.  Another
  1247. chapter is on Expect - a walk-through of some of the more interesting
  1248. code in Expect.  These chapters originally appeared as separate
  1249. articles in The C Users Journal, Vol. 8, No. 7, July 1990, and Vol. 9,
  1250. No. 1, 1991.  (Incidentally, the reason the book has such a peculiar
  1251. title is that it also contains explanations of the Obfuscated C Code
  1252. Contest winners.)
  1253.  
  1254. 8.  IEEE Design & Test of Computers, June 1993, pages 46-54,
  1255. "RISE++: A Symbolic Environment for Scan-Based Testing" by Steve Vinoski.
  1256. An article describing a system called the Remote Interactive Scan
  1257. Environment (RISE++) that marries Tcl with RPC for the purpose of
  1258. testing remote computer systems.
  1259.  
  1260. 9. The X Journal, March-April 1993, pages 74-81, "HYPERTOOLS
  1261. A revolution in GUI applications" (listed in the TOC as "Hypertools: A GUI
  1262. revolution") by John K. Ousterhout and Lawrence A. Rowe.
  1263.  
  1264. 10. Proceedings 1993 Tcl/Tk Workshop, Berkeley, CA, June, 1993.  See above
  1265. for online version information concerning these proceedings.
  1266.  
  1267. 11. iX (multiuser/multitasking magazine), September 1993,
  1268. pages 76-84 and 182-185.  Two articles written in the German language.
  1269. These concern the design (interpreter and library) of Tcl/Tk and its
  1270. connections with C++.  The articles say where to find the packages and
  1271. some associated tools (such as XF).  There are short examples on how to
  1272. write programs with Tcl/Tk (taken from the demo-directory of the
  1273. package) and examples on using XF.  Very informative.
  1274.  
  1275. 12. Network Computing (CMP Publishing, Inc), November 15, 1993, pp. 99 
  1276. "Very Rich E-Mail".  References safe-tcl.
  1277.  
  1278. 13. The Addison-Wesley Publishing Company's quarterly newsletter "Innovations"
  1279. dated Winter 93/94 contains an interview with John K. Ousterhout on pp 2,9,10.
  1280. It mentions the April 1994 release date, Dr. Ousterhout's background
  1281. at UCB and involvement in Sprite.  John gives a overview of what Tk and
  1282. Tcl are, what companies are using Tcl, where Tcl/Tk fits in relationship
  1283. to AWK, Perl, Motif, and X Windows (sic), mentions there are between 10,000
  1284. and 50,000 people developing applications in Tcl/Tk, discusses where in
  1285. the classroom the textbook fits, and gives an overview of John's view
  1286. of the future of Tcl/Tk.
  1287.  
  1288. Also on page 3 of the same newsletter is the overview of the book 
  1289. listing it as 512 pages and a list price of $36.75.
  1290.  
  1291. One can send email to pradeeps@aw.com (Pradeepa Siva) to request a copy
  1292. of the newsletter, or call him at Addison-Wesley Publishing Company
  1293. 617/944-3700, ext 2940, or call Addison-Wesley directly to request
  1294. it at 800/238-9682.
  1295.  
  1296. 14. EXE, Nov. 1993, V8 N6, p84(4), Ticklish X windows.
  1297. This is a tutorial as a part of a regular Unix column. It covers Tcl/Tk as a
  1298. scripting language for writing small X-Windows applications.
  1299.  
  1300. 15. UNIX Review, March 1994, V12 N3, p87-90.  Tickled Pink, by
  1301. Kevin Richard and Eric F. Johnson.  This is part of the programming column
  1302. "CROSS THOUGHTS".
  1303.  
  1304. The authors attempt to provide a very brief taste for Tcl/Tk and to convey
  1305. the purposes for which they consider Tcl suited.  They provide a standard
  1306. example of "Hello, world" in Tcl, and also a version written in Motif/C.
  1307.  
  1308. There were quite a few surprisingly negative remarks in a column which
  1309. tried to be positive about Tcl/Tk.
  1310.  
  1311. 16. iX, January 1994, pp 148-152, another German article about the
  1312. interpretative  class system that is a part of the GOOD graphics system.
  1313.  
  1314. 17. The first text book dedicated to Tcl and Tk has been published.
  1315. The title is _Tcl and the Tk Toolkit_, by John K. Ousterhout.  (Some
  1316. publishers catalogues use an ampersand ("&") rather than the word
  1317. "and"; check both in database searches.)  The publisher is
  1318. Addison-Wesley, and it became available in April, 1994.  The ISBN for
  1319. the book is 0-201-63337-X.  A third printing has reached the shelves.
  1320. A note from the author about the book:
  1321.  
  1322. "The Tcl book is more up-to-date than the drafts;  for example, the
  1323. draft of Part II predates the Tk 3.6 release, so some of the example
  1324. scripts don't work with the current Tk release, and the drafts contain
  1325. a number of bugs that have been fixed in the final book.  The book
  1326. also has more information about the individual widget classes than
  1327. the draft, an explanation of Tcl_AppInit, and a number of other
  1328. improvements.  Finally, it has an index."
  1329.  
  1330. Though you should be able to find it in a local book store, one sure place
  1331. you can call is Addison-Wesley Publishing Company at 800/822-6339.  It
  1332. is paperback and the reference price is $36.75.
  1333.  
  1334. Note that the examples from the book are available in one large file
  1335. as ftp://ftp.cs.berkeley.edu/ucb/tcl/book.examples.Z .
  1336.  
  1337. Also note that Addison-Wesley has made a Tee shirt featuring the
  1338. book!  The front side has the wording "Tcl/Tk: The best way to do X"
  1339. and a picture of the cover of the book in blue and white.  The back of
  1340. the shirt lists some books from the AW Professional Computing Series.
  1341. The shirt is 50% cotton, 50% polyester, made by Hanes.  All profits will
  1342. benefit the Literacy Volunteer of America (non-profit literacy program).
  1343. The cost is $10.00 each, and can be ordered by calling 1-800-822-6339
  1344. and providing either the order number 0-201-92446-3 (large) or
  1345. 0-201-92447-1 (extra large).
  1346.  
  1347. 18. Walnut Creek CDROM has published the Tcl/Tk CDROM.  This is a
  1348. snapshot of the ftp.cs.berkeley.edu and ftp.aud.alcatel.com (formerly
  1349. harbor) archives, as well as the archives for comp.lang.tcl newsgroup.
  1350. The snapshot of the current CDROM is from early April, 1994.  The
  1351. price is $39.95, plus shipping and handling.  Contact:
  1352.  
  1353.         Walnut Creek CDROM
  1354.         1547 Palos Verdes Mall, Suite 260
  1355.         Walnut Creek, CA  94596
  1356.  
  1357.         1 800 786-9907
  1358.         1 510 674-0783
  1359.         1 510 674-0821 FAX
  1360.  
  1361.     1 510 947-5996 is another number for them that we have heard.
  1362.  
  1363.         orders@cdrom.com
  1364.  
  1365. The disc is available for FREE to anyone that has contributed any of their
  1366. own work to the Sprite or Alcatel Tcl archives.  Just email your name,
  1367. address, and the name of the files(s) that you contributed.  Overseas
  1368. addresses are okay.
  1369.  
  1370. 19. The X Resource: Issue 10, Edited by Adrian Nye, Spring 1994, pp 33-46,
  1371. contains the article "The X User: TkMan: A Man Born Again" by
  1372. Tom Phelps <phelps@magnolia.berkeley.edu> .
  1373.  
  1374. 20. Dr. Dobb's Journal, June, 1994, p 49, in a side bar titled "Fresco:
  1375. The Next-Generation InterViews", by Mark Linton, discussions X11R6's
  1376. Fresco interface.  There is a mention of "Dish", an interpreter based on
  1377. Tcl to provide an interface to Fresco and CORBA.  The mention is only
  1378. 2 sentences.
  1379.  
  1380. 21. Unix Review, June 1994, Daemons & Dragons column, "Expect", by
  1381. Dinah McNutt, pp 35-41.  This article discusses Don Libes' expect program,
  1382. with three trival examples of driving passwd, ftp, and fsck.
  1383.  
  1384. 22. Comput. Applic. Biosci., "DCSE v2.54, an interactive tool for sequ      alignment and secondary structure research.", Peter De Rijk and Rupert
  1385. De Wachter.  I don't know for certain if this article covers the Tk version
  1386. of DCSE or not - the intro for DCSE reads as if it does.
  1387.  
  1388. 23. A draft of the new book by Brent Welch <welch@parc.xerox.com> called
  1389. "Practical Programming in TCL and TK" is available for review at
  1390. ftp://parcftp.xerox.com/pub/sprite/welch/tkbook.ps.gz.  This draft is
  1391. dated January 13, 1995.  The draft covers Tk4.0 and Tcl7.4, and includes
  1392. a chapter on porting Tk3.6 applications to Tk4.0.
  1393.  
  1394. The book deals with an introduction to Tcl/Tk in an easy fashion, along
  1395. with tips on development, and in the future, discussions of several of
  1396. the extensions such as incr tcl , TclX, BLT, etc.
  1397.  
  1398. Examples from the book are available in
  1399.  
  1400. ftp://parcftp.xerox.com/pub/sprite/welch/examples.tar
  1401.  
  1402. Here is the ordering information for the book itself:
  1403.  
  1404. Practical Programming in Tcl and Tk
  1405. Brent Welch
  1406. Prentice Hall
  1407. ISBN :0-13-182007-9
  1408. Available May '95
  1409.  
  1410.  
  1411. 24. A number of other folk have included Tcl/Tk/Expect/and sometimes
  1412. other pieces onto their CD-ROMs.  Unfortunately, most of them haven't
  1413. contacted us with information concerning the prices, contact
  1414. information, etc.
  1415.  
  1416. One group that has sent us info is LEMIS (Lehey Microcomputer
  1417. Systems) in Germany, which offers a CD-ROM filled with software for
  1418. Intel-based implementations of UNIX System V.4.2, for DM100 or US$60,
  1419. including support.  
  1420.  
  1421.         LEMIS
  1422.         Lehey Microcomputer Systems
  1423.         Schellnhausen 2
  1424.         36325 Feldatal
  1425.         Germany
  1426.         Phone: +49-6637-1488
  1427.         Fax: +49-6637-1489
  1428.         Mail: lemis@lemis.de
  1429.         (Please, no orders by email -- paper required)
  1430.  
  1431. In the U.S., LEMIS' CD is distributed by Walnut Creek (see above, D.18).
  1432.  
  1433. Another is ACC Bookstores, which offers a Perl and Tcl CD for US$35.00
  1434. which contains:
  1435.  
  1436.     "Full tcl and tk packages for the easy development of powerful X
  1437.     based user interfaces.  The source code is included for tcl and tk
  1438.     aimed at UNIX variants, DOS, NT, Mac, and MS-Windows.  Contributed
  1439.     scripts, extensions, documentation and packages [are included]."
  1440.  
  1441. For info, call (800) 546-7274 in North America, or +1-203-454-5500 or
  1442. send email to info@acc-corp.com.
  1443.  
  1444. Other reported sightings of Tcl/Tk on CD-ROM:
  1445.   - Sun User Group CD-ROM
  1446.   - Rich Morin's Prime Time Freeware (PTF) Unix CD-ROMs (contact prf@cfcl.com)
  1447.  
  1448. Many distributions of Linux contain Tcl and various extensions.  For
  1449. example, Slackware v2.0, contains Tcl, Tk, expect, TclX, and [incr
  1450. tcl].
  1451.  
  1452. 25. The Addison-Wesley Publishing Company's quarterly newsletter "Innovations",
  1453. Spring 1994, pp 3,6 contains an interview with Dr. Terry R. Coley,
  1454. Parallelograms.  He discusses the reason Tcl is such a good match for use
  1455. in his company's products, how important Dr. Ousterhout's book is to the
  1456. use of Tcl, and mentions that his company will be bundling the book with all
  1457. of their products.
  1458.  
  1459. Also on page 5 of the same newsletter is the overview of the book 
  1460. listing it as 480 pages and a list price of $36.75.
  1461.  
  1462. One can send email to pradeeps@aw.com (Pradeepa Siva) to more information
  1463. on the article, or call him at Addison-Wesley Publishing Company
  1464. 617/944-3700, ext 2940, or call Addison-Wesley directly to request
  1465. it at 800/238-9682.
  1466.  
  1467. 26. CACM, Vol 37, N 6, June 1994, "An Overview of Motorola's 
  1468. PowerPC Simulator Family", by William Anderson, pp 64-69.
  1469.  
  1470. This article discussions the Motorola PowerPC simulator applications
  1471. which were developed to permit early development and testing of
  1472. PowerPC-based software such as compilers.  The simulators are Tcl applications
  1473. and the article discusses several benefits of using Tcl as a command
  1474. language.  Anderson also mentions plans for the next generation of 
  1475. simulators to have user-extendable GUIs based on Tk.
  1476.  
  1477. 27. Tcl 7.3 is a part of the X11 R6 contrib distribution.  So it will
  1478. probably appear in any publically distributable forum in which entire package
  1479. appears.  Tk 3.6 is not, from my understanding, a part of the contrib
  1480. tapes, etc.
  1481.  
  1482. 28. The X Journal, volume 3, issue 1 (September-October 1994), pages
  1483. 74-83: "X for the new user", by Jerry Smith.  Contains a brief mention
  1484. of Tk as an alternate user interface technology, and a reference to
  1485. the Hypertools article by Ousterhout and Rowe.
  1486.  
  1487. 29. The X Resource, Issue 11 (July 1994), pp 59-89:  "Interactive GUI
  1488. Development Environments: A Comparison of Tcl/Tk, the Desktop
  1489. Kornshell, and MetaCard", by Scott Raney.  
  1490.  
  1491. This article contains a balanced review of these three systems, with
  1492. the author's views of their strengths and weaknesses with respect to
  1493. each other and to C-based toolkits.  Performance benchmarks are
  1494. included.
  1495.  
  1496. 30. The X Resource, Issue 11 (July 1994), pp 205-248: "A Tutorial
  1497. Introduction to Tcl and Tk", by Graham A. Mark.
  1498.  
  1499. An introduction to Tcl and Tk for people who are familiar with UNIX,
  1500. C, and X.  The article presents the development of two relatively
  1501. simple but complete applications, one text-based, and one graphical.
  1502.  
  1503. 31. Don Libes has written the book _Exploring Expect: A Tcl-Based
  1504. Toolkit for Automating Interactive Applications_.  It is published
  1505. by O'Reilly and Associates.
  1506.  
  1507. From the announcement:
  1508.  
  1509. "For all of you who thought that the Expect man page was too long and
  1510. too terse at the same time, this book provides relief.  _Exploring
  1511. Expect_ is an introduction and comprehensive tutorial to Expect.
  1512. Numerous examples are provided and explained, demonstrating how to
  1513. save you time and money.  Example topics include how to write
  1514. patterns, do signal handling, use Expect as a telnetable daemon, and
  1515. use Expect with Tk and other Tcl extensions.
  1516.  
  1517. "The book also includes an innovative introduction to Tcl - if you've
  1518. had trouble using Tcl before, all of a sudden, it will make a lot more
  1519. sense.  And while Exploring Expect concentrates primarily on using
  1520. Expect with Tcl, programmers attempting to automate interactive
  1521. programs using C, Perl, Python, or any other language will find this
  1522. book helpful because many of the concepts underlying Expect-like
  1523. programming are common to all languages."
  1524.  
  1525. Publication Information:
  1526.  
  1527. Author: Don Libes
  1528. Title: Exploring Expect
  1529. Subtitle: A Tcl-Based Toolkit for Automating Interactive Applications
  1530. Publisher: O'Reilly and Associates, Inc
  1531. ISBN: 1-56592-090-2
  1532. Pages: 575
  1533.  
  1534. 32. In the August, 94 issue of SunExpert, a column by Peter Collinson
  1535. refers to newer versions of Telebit Netblazers with Tcl embedded.
  1536.  
  1537. 33. Sys Admin, Vol 3 No 5 (September/October 1994), pp 109-110: "A
  1538. User's Report", by Elizabeth Zinkann.
  1539.  
  1540. This column contains a review of _Tcl and the Tk Toolkit_.  The author
  1541. summarizes the book's highlights and recommends the book highly.
  1542.  
  1543. 34. _The Linux Journal_, December 1994: "X Window System Programming with
  1544. Tcl and Tk", by Matt Welsh.
  1545.  
  1546. 35. Michael B. Johnson's MIT SMVS thesis describes a system built with Tcl.
  1547. The title is "Build-a-Dude: Action Selection Networks for Computational
  1548. Autonomous Agents".
  1549.  
  1550. 36. _How to Manage Your Network Using SNMP: The Networking Management
  1551. Practicum_, by Marshall T. Rose and Keith McCloghrie, Prentice Hall, 
  1552. 1995; ISBN 0-13-141517-4.  Describes a Tcl-based SNMP API, and contains
  1553. several example programs.
  1554.  
  1555. 37. _interactions_, Vol 2 No 1 (January 1995), pp 54-67: "Access to
  1556. Graphical Interfaces for Blind Users", by W. Keith Edwards, et. al.
  1557. Describes a system, Mercator, for making graphical applications accessible
  1558. to blind users.  One component of the system, transformation rules language,
  1559. is based on Tcl.
  1560.  
  1561.  
  1562.  
  1563. Additional bibliographic references are still being sought.
  1564.  
  1565.  
  1566.  
  1567. ------------------------------
  1568.  
  1569. End of Tcl Bibliography
  1570. ***********************
  1571. -- 
  1572. ---glv
  1573.